home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / newmodule_protos.h < prev    next >
Text File  |  1998-01-26  |  430b  |  9 lines

  1.  
  2. /* newmodule.c */
  3. static PyObject *new_instance ( PyObject *unused , PyObject *args );
  4. static PyObject *new_instancemethod ( PyObject *unused , PyObject *args );
  5. static PyObject *new_function ( PyObject *unused , PyObject *args );
  6. static PyObject *new_code ( PyObject *unused , PyObject *args );
  7. static PyObject *new_module ( PyObject *unused , PyObject *args );
  8. static PyObject *new_class ( PyObject *unused , PyObject *args );
  9.